ontime-pm
Version:
Ontime Process Manager
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "ontime-pm",
"version": "1.0.0",
"description": "Ontime Process Manager",
"main": "build/index.js",
"typings": "./src/index.ts",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"dev-watch": "webpack --mode=development --watch",
"test": "jest --watchAll --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OntimeLengo/ontime-pm.git"
},
"keywords": [
"ontime",
"process",
"manager"
],
"author": "Helen Gotovska (OntimeLengo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/OntimeLengo/ontime-pm.git/issues"
},
"homepage": "https://github.com/OntimeLengo/ontime-pm.git#readme",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@types/uuid": "^3.4.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"dexie": "^2.0.4",
"jest": "^24.9.0",
"nodemon": "^1.19.2",
"ts-jest": "^24.1.0",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"jest": {
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
]
},
"peerDependencies": {
"dexie": "^2.0.4"
},
"dependencies": {
"uuid": "^3.3.3"
}
}