-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 882 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
30
31
32
33
34
{
"name": "whack.actioncore",
"version": "1.0.0",
"description": "Whack ActionCore",
"main": "src/index.ts",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"build": "rollup --config",
"doc": "npx typedoc --options typedoc.json",
"test": "node test/test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whackengine/actioncore.git"
},
"author": "hydroperfox",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/whackengine/actioncore/issues"
},
"homepage": "https://github.com/skywhack/actioncore#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.1.0",
"@xmldom/xmldom": "^0.9.6",
"rollup": "^4.19.2",
"typedoc": "^0.26.5"
}
}