-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
43
44
45
46
{
"name": "a-sandbox",
"version": "0.0.0-alpha.2",
"description": "a secure, synchronous, well-compatible browser sandbox with customization support",
"license": "MulanPSL-2.0",
"author": {
"name": "Ambit Tsai",
"email": "ambit_tsai@qq.com"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"build": "rollup -c",
"build:docs": "vite build -c docs-src/vite.config.ts",
"start": "vite -c docs-src/vite.config.ts",
"test": "jasmine-browser-runner serve --config=jasmine-browser.json"
},
"repository": {
"type": "git",
"url": "https://github.com/ambit_tsai/a-sandbox.git"
},
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"@types/node": "^18.6.3",
"jasmine-browser-runner": "^1.1.0",
"jasmine-core": "^4.3.0",
"rollup": "~2.70.2",
"rollup-plugin-clear": "2.0.7",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.7.4",
"vite": "^3.0.7"
},
"keywords": [
"browser",
"js-sandbox",
"jssandbox",
"sandbox",
"shadowrealm",
"web",
"web-sandbox",
"websandbox"
]
}