-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tasklauncher",
"version": "0.0.11",
"scripts": {
"test": "npm run task test",
"build": "npm run task build",
"task": "npm install --no-audit && ts-node -T src/tasks/tasks.ts"
},
"author": {
"name": "Arseny Smoogly",
"email": "arseny@smoogly.dev",
"url": "http://smoogly.dev"
},
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"chalk": "^4.1.2",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.3.1",
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.7",
"@types/sinon": "^10.0.6",
"@types/yargs": "^17.0.8",
"@types/zen-observable": "^0.8.3",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"sinon": "^12.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yargs": "^17.3.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/smoogly/tasklauncher.git"
},
"homepage": "https://github.com/smoogly/tasklauncher#readme"
}