File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " replane" ,
3- "version" : " 0.0.2 " ,
4- "description" : " A starter for creating a TypeScript package ." ,
2+ "name" : " replane-sdk " ,
3+ "version" : " 0.0.3 " ,
4+ "description" : " Replane core TypeScript SDK ." ,
55 "type" : " module" ,
66 "license" : " MIT" ,
7- "homepage" : " https://github.com/author/library #readme" ,
7+ "homepage" : " https://github.com/tilyupo/replane-javascript #readme" ,
88 "bugs" : {
9- "url" : " https://github.com/author/library /issues"
9+ "url" : " https://github.com/tilyupo/replane-javascript /issues"
1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git+https://github.com/author/library .git"
13+ "url" : " git+https://github.com/tilyupo/replane-javascript .git"
1414 },
15- "author" : " Author Name <author.name@mail.com >" ,
15+ "author" : " tilyupo <npm@tilyupo.dev >" ,
1616 "files" : [
1717 " dist"
1818 ],
2626 "publishConfig" : {
2727 "access" : " public"
2828 },
29+ "keywords" : [
30+ " replane" ,
31+ " config" ,
32+ " configuration" ,
33+ " sdk" ,
34+ " feature-flags"
35+ ],
36+ "sideEffects" : false ,
2937 "scripts" : {
3038 "build" : " tsdown" ,
3139 "dev" : " tsdown --watch" ,
You can’t perform that action at this time.
0 commit comments