tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
1.1 KiB

{
"name": "theme-cli",
"version": "0.0.0",
"description": "> TODO: description",
"author": "kelvin <kelvin@kelvin.com>",
"homepage": "",
"license": "ISC",
"main": "index.js",
"bin": {
"tis-theme": "./bin/theme-cli"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "http://r.cnpmjs.org/"
},
"repository": {
"type": "git",
"url": "git@git.inscloudtech.com:lingyue/tis-design.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build:theme": "node ./bin/theme-cli",
"dev": "node ./server/index.js",
"start_server": "pm2 start ./server/index.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"commander": "^2.9.0",
"express": "^4.17.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-each": "^0.5.0",
"gulp-nop": "0.0.3",
"gulp-sass": "^3.1.0",
"ora": "^0.3.0",
"pm2": "^5.1.0",
"run-sequence": "^1.2.2"
},
"devDependencies": {
"xo": "^0.17.0"
}
}