build-scripts
Version:
scripts core
58 lines (57 loc) • 1.31 kB
JSON
{
"name": "build-scripts",
"version": "0.1.25",
"license": "MIT",
"description": "scripts core",
"main": "lib/index.js",
"types": "lib",
"bin": {
"build-scripts": "./bin/build-scripts.js"
},
"files": [
"lib",
"bin"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "tsc -w",
"test": "jest"
},
"engines": {
"node": ">=8.6.0",
"npm": ">=3.0.0"
},
"dependencies": {
"address": "^1.1.0",
"camelcase": "^5.3.1",
"chalk": "^2.4.1",
"chokidar": "^3.3.1",
"commander": "^2.19.0",
"deepmerge": "^4.0.0",
"detect-port": "^1.3.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"json5": "^2.1.3",
"lodash": "^4.17.15",
"npmlog": "^4.1.2",
"react-dev-utils": "^9.0.4",
"webpack": "^4.27.1",
"webpack-dev-server": "^3.7.2",
"yargs-parser": "^14.0.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.147",
"@types/npmlog": "^4.1.2",
"@types/react-dev-utils": "^9.0.1",
"@types/semver": "^6.2.0",
"@types/webpack": "^4.39.8",
"@types/webpack-chain": "^5.2.0",
"package-json": "^6.5.0",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
}
}