UNPKG

twm-weapp

Version:
52 lines (51 loc) 1.34 kB
{ "name": "twm-weapp", "version": "1.0.13", "description": "", "main": "./dist/bin/twm.js", "scripts": { "init": "npm install && npm run build", "watch": "babel src --out-dir dist --extensions '.ts' --watch", "test": "node ./dist/bin/twm.js --root ../test-weapp-ts --output ../test-weapp-ts/dist --watch", "tsc": "tsc" }, "bin": { "twm-weapp": "./dist/bin/twm.js" }, "repository": { "type": "git", "url": "https://github.com/linhaotxl/twm-weapp" }, "keywords": [ "wechat", "complier" ], "types": "./dist/types/index.d.ts", "author": "linhao", "license": "ISC", "devDependencies": { "@types/chalk": "^2.2.0", "@types/clear": "^0.1.0", "@types/fs-extra": "^9.0.1", "@types/node": "^14.0.4", "@types/tapable": "^1.0.5", "@types/yargs": "^15.0.5" }, "dependencies": { "await-to-js": "^2.1.1", "chokidar": "^3.4.1", "clear": "^0.1.0", "fs-extra": "^9.0.0", "globby": "^11.0.0", "tapable": "^1.1.3", "core-js": "^3.6.5", "yargs": "^15.3.1", "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.9.6", "@babel/preset-typescript": "^7.9.0", "typescript": "^3.9.2" } }