-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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
{
"name": "ace-msg-parser",
"version": "1.0.14",
"description": "A node native add-on for Aceinna device message parser",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": false,
"gypfile": true,
"license": "MIT",
"scripts": {
"test": "node --napi-modules ./test/test_binding.js",
"build": "rm -rf dist && tsc -p tsconfig-build.json",
"prebuildify": "prebuildify --napi --target 22.0.0 --force --strip --verbose",
"semantic-release": "semantic-release",
"install": "echo 'Fake install'",
"//install": "node-gyp-build",
"//rebuild": "node-gyp rebuild"
},
"dependencies": {
"node-addon-api": "^7.0.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"@semantic-release/exec": "^7.1.0",
"@types/node": "^20.9.1",
"node-gyp": "^11.5.0",
"prebuildify": "^6.0.1",
"semantic-release": "^25.0.1",
"typescript": "^5.2.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"provenance": false
},
"repository": {
"type": "git",
"url": "https://github.com/yiweisong/node-ace-msg-parser.git"
}
}