-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.01 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
{
"name": "@hydrophobefireman/domshot",
"version": "0.0.2",
"description": "",
"main": "dist/index.m.js",
"scripts": {
"microbundle-start": "microbundle src/index.ts --compress false -o ./dist -f modern --target web --raw true --tsconfig tsconfig.json",
"microbundle-start-opt": "microbundle src/index.ts -o ./dist -f modern,umd --target web --raw true --tsconfig tsconfig.json",
"dev": "microbundle watch src/index.ts -o ./dist -f modern --raw true --target web --tsconfig tsconfig.json",
"build": "python3 build.py --opt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hydrophobefireman/domshot.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Hydrophobefireman/domshot/issues"
},
"module": "dist/index.m.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"homepage": "https://github.com/Hydrophobefireman/domshot#readme",
"devDependencies": {
"microbundle": "^0.12.0"
}
}