-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 859 Bytes
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
{
"name": "pmtc",
"version": "0.9.2",
"description": "pMTC",
"main": "dist/pmtc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "yarn tsc",
"start": "node $npm_package_main",
"dev": "nodemon $npm_package_main",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericboxer/pMTC.git"
},
"author": "Eric Boxer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericboxer/pMTC/issues"
},
"homepage": "https://github.com/ericboxer/pMTC#readme",
"devDependencies": {
"@types/node": "^14.0.27",
"@types/typescript": "^2.0.0",
"nodemon": "^1.19.1"
},
"dependencies": {
"boxtoolsjs": "0.0.1",
"kindling-logger": "^1.0.2",
"typescript": "^3.9.7"
},
"files": [
"dist/pmtc.js",
"dist/pmtc.d.ts"
]
}