forked from spdermn02/touchportal-node-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 715 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 715 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
{
"name": "touchportal-api",
"version": "3.2.1",
"description": "TouchPortal API in Node.JS",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src tests",
"build": "tsc"
},
"keywords": [
"TouchPortal"
],
"repository": "github:spdermn02/touchportal-node-api",
"author": "Jameson Allen aka Spdermn02",
"license": "MIT",
"dependencies": {
"compare-versions": "^3.6.0",
"require-from-app-root": "^0.2.1"
},
"devDependencies": {
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.7.4"
}
}