-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "playcanvas-spine",
"version": "1.0.2",
"author": "PlayCanvas <[email protected]>",
"homepage": "https://playcanvas.com",
"description": "Spine plugin for PlayCanvas Engine",
"keywords": [
"playcanvas",
"spine",
"animation",
"webgl",
"webgl2",
"2d"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/playcanvas/playcanvas-spine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/playcanvas/playcanvas-spine.git"
},
"eslintConfig": {
"extends": "@playcanvas/eslint-config",
"settings": {
"import/core-modules": [
"spine-core-import"
]
}
},
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@playcanvas/eslint-config": "^1.7.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^8.49.0",
"playcanvas": "^1.70.2",
"rollup": "^4.17.2",
"semver": "^7.6.1",
"serve": "^14.2.3",
"spine40": "npm:@esotericsoftware/[email protected]",
"spine41": "npm:@esotericsoftware/[email protected]",
"spine42": "npm:@esotericsoftware/[email protected]"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint src",
"serve": "serve ./ -l 8080 --no-request-logging"
}
}