forked from doric-pub/Dangle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 858 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 858 Bytes
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
{
"name": "dangle",
"version": "0.1.17",
"main": "dist/bundle_dangle.js",
"types": "build/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "doric build",
"dev": "cd example && doric dev",
"clean": "cd example && doric clean",
"android": "cd example && doric run android",
"ios": "cd example && doric run iOS"
},
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"doric": "^0.10.68",
"doric-cli": "^0.10.68",
"rollup": "^2.79.1",
"typescript": "^5.1.6",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0"
},
"peerDependencies": {
"doric": ">=0.10.68",
"doric-cli": ">=0.10.68"
}
}