-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 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
{
"name": "grest",
"description": "Gjs REST API framework, talks JSON, wraps libsoup and libgda",
"version": "1.2.0",
"main": "src",
"types": "src",
"scripts": {
"format": "tsc && tslint -p . --fix && gunit",
"start": "cgjs bin/start.js",
"test": "gunit && tsc && tslint -p ."
},
"repository": "https://github.com/makepost/grest",
"author": "makepost <makepost@firemail.cc>",
"license": "MIT",
"optionalDependencies": {
"@types/node": "^10.12.5",
"cgjs": "^0.1.32"
},
"devDependencies": {
"gunit": "^1.2.1",
"pre-commit": "^1.2.2",
"prettier": "^1.15.2",
"ts-for-gjs": "https://github.com/makepost/ts-for-gjs",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.1.6"
}
}