-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 788 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 788 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
{
"name": "qsys-api-types",
"version": "0.0.9",
"description": "Type information for lua",
"repository": {
"type": "git",
"url": "git@github.com:qsys-tools/qsys-api-types.git"
},
"author": "James Talmage",
"license": "MIT",
"bugs": {
"url": "https://github.com/qsys-tools/qsys-api-types/issues"
},
"homepage": "https://github.com/qsys-tools/qsys-api-types#readme",
"bin": "./cli.js",
"files": [
"index.js",
"qsys-api-types.lua"
],
"dependencies": {
"repeat-string": "^1.6.1",
"yargs-parser": "^20.2.3"
},
"scripts": {
"build": "node ./build-api.js",
"test": "echo nothing to test",
"prepublishOnly": "node ./build-api.js"
},
"np": {
"releaseDraft": false
},
"devDependencies": {
"np": "^6.5.0"
}
}