-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@bitsmist-js_v1/core",
"version": "0.12.4",
"description": "Web Components based Javascript Framework",
"main": "./src/core/export.js",
"type": "module",
"dependencies": {
"uuid": "^9.0.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.3.0",
"rollup": "^4.4.1",
"undici": "^6.18.1"
},
"scripts": {
"watch": "npx rollup -c -w",
"build": "npx rollup -c",
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitsmist/bitsmist-js_v1.git"
},
"keywords": [
"Javascript",
"Framework",
"Web Components"
],
"files": [
"dist"
],
"author": "Masaki Yasutake <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitsmist/bitsmist-js_v1/issues"
},
"homepage": "https://bitsmist.com"
}