split-helper
Version:
50 lines (49 loc) • 1.4 kB
JSON
{
"name": "split-helper",
"version": "1.0.11",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"jest --config jestconfig.json\"",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepublishOnly": "npm test && npm run lint",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"debug": "npm run build && node --experimental-modules --es-module-specifier-resolution=node ./lib/debug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ty4ka/split-helper.git"
},
"keywords": [
"proccess"
],
"author": "Dmitrii Osipovich",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ty4ka/split-helper/issues"
},
"homepage": "https://github.com/Ty4ka/split-helper#readme",
"devDependencies": {
"@types/lodash": "^4.14.173",
"@types/node": "^16.9.2",
"prettier": "^2.4.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.3"
},
"files": [
"lib/**/*"
],
"dependencies": {
"is-running-process": "^1.0.0",
"lodash": "^4.17.21",
"time-helpers": "^1.0.0"
}
}