generated from raulmarindev/rolling-thunder-again
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "iviumjs",
"version": "0.1.4-beta",
"description": "A tiny NodeJS wrapper around the <Software development driver DLL> for IviumSoft.",
"browser": "dist/ivium.umd.js",
"main": "dist/ivium.js",
"module": "dist/ivium.mjs",
"typings": "dist/ivium.d.ts",
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"dev": "rollup -c -w",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sf-tec/ivium.js.git"
},
"keywords": [
"ivium compactstat",
"ivium software",
"ivium",
"iviumsoft",
"node",
"typescript"
],
"contributors": [
"Alejandro Gutiérrez <[email protected]>",
"Raul Marin <[email protected]>"
],
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/sf-tec/ivium.js/issues"
},
"homepage": "https://github.com/sf-tec/ivium.js#readme",
"dependencies": {
"ffi-napi": "^4.0.3",
"ref-array-di": "^1.2.2",
"ref-napi": "^3.0.3"
},
"devDependencies": {
"@types/ffi-napi": "^4.0.7",
"@types/node": "^18.11.15",
"@types/ref-array-di": "^1.2.5",
"@types/ref-napi": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"esbuild": "^0.16.6",
"eslint": "^8.29.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "2.8.1",
"rimraf": "^3.0.2",
"rollup": "^3.7.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^4.9.4"
},
"files": [
"dist/"
]
}