-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 952 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
32
33
34
35
{
"name": "@niokasgami/rpg-maker-mz-typescript",
"version": "0.1.1",
"description": "Type definitions for the RPG Maker MZ core script",
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"docs": "webdoc -R README.md"
},
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/niokasgami/Rpg-Maker-MZ-Typescript.git"
},
"author": "Nio Kasgami",
"license": "LicenseRef-LICENSE",
"bugs": {
"url": "https://github.com/niokasgami/Rpg-Maker-MZ-Typescript/issues"
},
"homepage": "https://github.com/niokasgami/Rpg-Maker-MZ-Typescript#readme",
"dependencies": {
"@types/pako": "^1.0.1",
"pixi.js": "^5.3.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"@webdoc/cli": "^1.0.0",
"eslint": "^7.6.0",
"pixi-webdoc-template": "0.0.39-alpha.0"
}
}