spinjs
Version:
<p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/spinjs/master/logo.svg"></a></p>
83 lines (82 loc) • 1.94 kB
JSON
{
"name": "spinjs",
"version": "0.4.91",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf ./lib",
"build": "tsc",
"watch": "tsc -w",
"lint": "tslint --fix -p tsconfig.json --type-check",
"tests": " ",
"test": "yarn tests && yarn lint",
"precommit": "lint-staged",
"prepare": "yarn clean && yarn build"
},
"files": [
"react-native-polyfills",
"src",
"lib",
"html-plugin-template.ejs",
"spin.config.js",
"spin.js",
"webpack.config.js"
],
"bin": {
"spin": "./spin.js"
},
"devDependencies": {
"@types/inquirer": "^0.0.35",
"@types/ip": "^0.0.30",
"@types/lodash": "^4.14.71",
"@types/mkdirp": "^0.5.0",
"@types/node": "^7.0.18",
"@types/webpack": "^3.0.10",
"@types/webpack-sources": "^0.1.2",
"@types/yargs": "^8.0.2",
"husky": "^0.14.3",
"lint-staged": "^4.1.3",
"prettier": "^1.6.1",
"rimraf": "^2.6.2",
"tslint": "^5.2.0",
"tslint-config-prettier": "^1.5.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.4.1"
},
"lint-staged": {
"*.{ts,tsx}": [
"tslint --fix",
"git add"
],
"*.{json}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-register": "^6.26.0",
"connect-cors": "^0.5.6",
"containerized": "^1.0.2",
"debug": "^3.1.0",
"detect-port": "^1.2.2",
"inquirer": "^3.3.0",
"ip": "^1.1.5",
"lodash": "^4.17.4",
"minilog": "^3.1.0",
"mkdirp": "^0.5.1",
"require-relative": "^0.8.7",
"serve-static": "^1.13.1",
"source-list-map": "^2.0.0",
"source-map-support": "^0.4.15",
"webpack-merge": "^4.1.0",
"webpack-sources": "^1.0.1",
"yargs": "^8.0.2"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"parser": "babylon"
}
}