jsmp-infra-there-is-nothing-to-complain-about
Version:
Awesome two-function library with excess dependency
43 lines (42 loc) • 1.11 kB
JSON
{
"name": "jsmp-infra-there-is-nothing-to-complain-about",
"version": "1.2.40",
"description": "Awesome two-function library with excess dependency",
"main": "src/main.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"compile": "babel src --out-dir dist --presets es2015",
"clean": "rimraf dist",
"lint": "eslint src/**",
"test": "node dist/test/arr.js && node dist/test/str.js",
"pre-publish": "npm-run-all clean compile && npm run test"
},
"keywords": [
"jsmp",
"test",
"sorry",
"please"
],
"author": "Me and my cat <vova@cat.dog>",
"repository": {
"type": "git",
"url": "https://git.epam.com/Volodymyr_Vashchuk/jsmp-tasks"
},
"license": "Unlicense",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"npm-run-all": "^4.0.2",
"rimraf": "^2.6.1"
}
}