-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 858 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 858 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
{
"name": "node-iw",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npx tsc && tspath -f",
"build:tspath": "tspath -f",
"start": "node dist/index.js",
"start:dev": "tspath -f && node dist/index.js",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rixau/node-iw.git"
},
"author": "rixau",
"license": "ISC",
"bugs": {
"url": "https://github.com/rixau/node-iw/issues"
},
"homepage": "https://github.com/rixau/node-iw#readme",
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"ts-node": "^10.9.1",
"tspath": "^2.6.8",
"typescript": "^4.9.5"
}
}