-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.32 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
{
"name": "stae",
"version": "2.1.3",
"description": "An API client for municipal.systems",
"main": "dist/index.js",
"keywords": [
"city",
"api",
"data",
"municipal.systems",
"civic",
"open",
"stae",
"staeco"
],
"repository": {
"type": "git",
"url": "git+https://github.com/staeco/js-sdk.git"
},
"contributors": [
"Contra <[email protected]> (http://contra.io)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/staeco/js-sdk/issues"
},
"homepage": "https://github.com/staeco/js-sdk#readme",
"files": [
"dist"
],
"scripts": {
"update": "node update.js",
"build": "npm run clean && babel src --out-dir dist && node update.js",
"clean": "rimraf dist",
"lint": "eslint src test --fix",
"test": "mocha --require @babel/register --recursive --reporter spec"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/register": "^7.10.5",
"@stae/babel-node": "^1.0.3",
"@stae/linters": "^1.0.1",
"eslint": "^7.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"fast-json-stable-stringify": "^2.1.0",
"graceful-fs": "^4.1.15",
"mocha": "^8.0.0",
"rimraf": "^3.0.0",
"should": "^13.0.0",
"superagent": "^6.0.0",
"sutro": "^5.0.0"
},
"dependencies": {
"sutro-client": "^1.0.6"
}
}