-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@admon-dev/screepsmod-decorate",
"version": "1.0.1",
"description": "Screeps mod for custom room decorations",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepare": "npm run build",
"format": "prettier --write src/**/*.ts",
"2npm": "publish"
},
"screeps_mod": true,
"keywords": [
"screeps",
"mod"
],
"author": "admon84",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^22.5.0",
"prettier": "^3.3.3",
"publish": "^0.6.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.5.4"
},
"repository": "github:admon84/screepsmod-decorate",
"bugs": {
"url": "https://github.com/admon84/screepsmod-decorate/issues"
},
"homepage": "https://github.com/admon84/screepsmod-decorate#readme",
"dependencies": {
"@types/yamljs": "^0.2.34",
"yamljs": "^0.3.0"
}
}