l
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | { | ||
| "name": "fyge", | "name": "fyge", | ||
| "version": "2.0.15", | "version": "2.0.16", | ||
| "description": "canvas渲染引擎", | "description": "canvas渲染引擎", | ||
| "main": "./build/fyge.min.js", | "main": "./build/fyge.min.js", | ||
| "types": "./build/FYGE.d.ts", | "types": "./build/FYGE.d.ts", | ||
| "dependencies": {}, | "dependencies": { | ||
| "typedoc": "^0.20.20" | |||
| }, | |||
| "scripts": { | "scripts": { | ||
| "declare": "node scripts/declare.js src/index.ts", | "declare": "node scripts/declare.js src/index.ts", | ||
| "build": "webpack", | "build": "webpack", | ||
| "test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
| "dev": "webpack -w", | "dev": "webpack -w", | ||
| "dev1": "rollup -c -m -w", | "dev1": "rollup -c -m -w", | ||
| "watch": "webpack --watch" | "watch": "webpack --watch", | ||
| "typedoc":"typedoc src/index.ts" | |||
| }, | }, | ||
| "author": "MrKwon", | "author": "MrKwon", | ||
| "license": "ISC", | "license": "ISC", | ||
| ... | @@ -27,7 +30,8 @@ | ... | @@ -27,7 +30,8 @@ |
| "rollup-plugin-typescript": "^1.0.1", | "rollup-plugin-typescript": "^1.0.1", | ||
| "rollup-plugin-typescript2": "^0.25.2", | "rollup-plugin-typescript2": "^0.25.2", | ||
| "rollup-plugin-uglify": "^6.0.3", | "rollup-plugin-uglify": "^6.0.3", | ||
| "typescript": "^3.5.1" | "typescript": "^3.5.1", | ||
| "typedoc": "^0.20.20" | |||
| }, | }, | ||
| "keywords": [ | "keywords": [ | ||
| "h5,淘宝小程序,canvas,webgl,3d,gltf,spine" | "h5,淘宝小程序,canvas,webgl,3d,gltf,spine" | ||
| ... | ... |
Please register or sign in to comment