cocos-html-pack-3d
Version:
Single html web mobile template for Cocos verions 2.x
62 lines • 1.55 kB
JSON
{
"name": "cocos-html-pack-3d",
"version": "1.1.16",
"description": "Single html web mobile template for Cocos verions 2.x",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/unityDevCli/cocos-html-pack-v2.4.3.git"
},
"author": "Havm",
"license": "MIT",
"keywords": [
"cocos",
"html5",
"execute",
"bin",
"util"
],
"files": [
"lib",
"pack-templates",
"src"
],
"bin": {
"cocos-html-pack": "lib/cli.js"
},
"scripts": {
"pretest": "yarn build",
"test": "jest",
"lint": "eslint ./src/**/*.ts --fix",
"build:clean": "node -e \"const fs = require('fs'); fs.rmdirSync('./lib', { recursive: true });\"",
"build": "yarn build:clean && tsc --outDir lib",
"prepublish": "yarn build"
},
"dependencies": {
"commander": "^7.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.6.0",
"minify": "^6.0.1",
"pako": "^2.0.3",
"tinify": "^1.6.0-beta.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.2",
"@types/jest": "^26.0.20",
"@types/minify": "^6.0.0",
"@types/node": "^14.14.20",
"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"jest": "^26.6.3",
"typescript": "^4.1.3"
},
"bugs": {
"url": "https://github.com/unityDevCli/cocos-html-pack-v2.4.3/issues"
},
"homepage": "https://github.com/unityDevCli/cocos-html-pack-v2.4.3#readme",
"directories": {
"lib": "lib"
}
}