UNPKG

qd-scripts

Version:
65 lines (64 loc) 1.4 kB
{ "name": "qd-scripts", "version": "1.0.3", "description": "react脚手架", "keywords": [ "qd", "react", "es6" ], "main": "index.js", "bin": { "qd": "commander/index.js" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "commander", "bundle.js" ], "author": { "name": "前端361", "email": "qdmoment361@sina.com" }, "repository": { "type": "https", "url": "https://github.com/AliSnowaroma/en-basic.git" }, "bugs": { "url": "https://github.com/AliSnowaroma/en-basic/issues/new" }, "license": "MIT", "engines": { "node": ">=10", "yarn": ">=1.22" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "build": "rollup --config rollup.config.js --watch" }, "dependencies": { "@babel/core": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/register": "^7.18.9", "chalk": "^5.0.1", "commander": "^9.4.0", "figlet": "^1.5.2", "inquirer": "^9.1.0", "moment": "^2.29.4", "ora": "^6.1.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "rollup": "^2.77.3" }, "gitHead": "789666965d48ee01970a3b184e09bfb2dd4e4f7d" }