-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"name": "node-c-interpreter",
"version": "1.0.0",
"description": "",
"main": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dts-gen": "dts-generator --name node-c-interpreter --project . --out node-c-interpreter.d.ts",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMhunter/node-c-interpreter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MMhunter/node-c-interpreter/issues"
},
"homepage": "https://github.com/MMhunter/node-c-interpreter#readme",
"devDependencies": {
"chai": "^4.0.2",
"dts-generator": "^2.1.0",
"mocha": "^3.4.2",
"typescript": "^2.4.1"
}
}