-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 989 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
{
"name": "core",
"version": "2.0.0",
"description": "The Core module is a versatile collection of specialized modules designed to enhance the game development experience.",
"main": "src/index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:rollup": "npx rollup -c",
"build:docs": "esdoc -c esdoc.json",
"build:dist": "npm run build:rollup && npm run build:docs"
},
"keywords": [],
"author": "https://github.com/doubleactii",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/EvitcaStudio/Core.git"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"rollup": "^4.14.1",
"rollup-plugin-banner2": "^1.2.3",
"rollup-plugin-cleandir": "^2.0.0",
"rollup-plugin-replace": "^2.2.0"
}
}