File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " sitecore-personalize-tenant-sdk" ,
33 "version" : " 0.1.1-beta.0" ,
44 "description" : " The Sitecore Personalize Tenant/Admin API SDK" ,
5- "main" : " dist/ client.js" ,
5+ "main" : " client.js" ,
66 "type" : " module" ,
7+ "files" : [
8+ " dist" ,
9+ " package.json"
10+ ],
711 "scripts" : {
812 "build" : " tsc -p ." ,
13+ "clean" : " npx rimraf ./dist" ,
914 "build:local" : " npm run build && npm link --force" ,
10- "test" : " echo \" Error: no test specified\" && exit 1"
15+ "test" : " echo \" Error: no test specified\" && exit 1" ,
16+ "prebuild" : " npm run clean"
1117 },
1218 "engines" : {
1319 "node" : " >=16.17.0"
Original file line number Diff line number Diff line change 11{
2- "include" : [" ./package.json" ],
32 "compilerOptions" : {
43 /* Visit https://aka.ms/tsconfig to read more about this file */
54
You can’t perform that action at this time.
0 commit comments