-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "ds-test",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "node scripts/dist/build.js",
"publish-version": "node scripts/dist/publish-version.js",
"publish-snapshot": "node scripts/dist/publish-snapshot.js",
"postinstall": "rm -rf scripts/dist/ && npx tsc --project scripts/tsconfig.scripts.json && node scripts/dist/install.js",
"require-semver-label": "node scripts/dist/require-semver-label.js",
"storybook": "cd storybook && npm run storybook",
"storybook-build": "cd storybook && npm run storybook-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danwulff/ds-test.git"
},
"homepage": "https://github.com/danwulff/ds-test#readme",
"dependencies": {
"lit": "^2.6.1"
},
"devDependencies": {
"@open-wc/testing": "^3.1.7",
"eslint": "^8.33.0",
"jest": "^29.4.1",
"sass": "^1.58.0",
"typescript": "^4.7.4"
}
}