generated from comuns-rpgmaker/typescript-plugin-archetype
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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": "schach-parsing",
"version": "0.1.1",
"description": "RPG Maker MZ Typescript Plugin Archetype",
"namespace": "Schach.Parsing",
"testProjectDir": "../..",
"scripts": {
"prebuild": "mz-mtdt -i ./plugin-metadata.yaml -o dist/annotations.js",
"build": "rollup -c",
"test": "ts-node -r tsconfig-paths/register node_modules/jasmine/bin/jasmine",
"coverage": "nyc -r lcov -e .ts -x \"spec/*\" npm run test"
},
"keywords": [
"RMMZ"
],
"author": "Comuns",
"license": "Zlib",
"devDependencies": {
"@comuns-rpgmaker/plugin-metadata": "^0.2.3",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jasmine": "^3.5.13",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.7.0",
"jasmine": "^3.6.1",
"nyc": "^15.1.0",
"rmmz": "npm:@comuns-rpgmaker/rpg-maker-mz-typescript@^0.1.2",
"rollup": "^2.26.5",
"rollup-plugin-external-globals": "^0.6.0",
"rollup-plugin-terser": "^7.0.0",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"dependencies": {}
}