-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 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
{
"name": "@quintype/api-middleware",
"version": "1.13.0",
"description": "Middleware between App and sketches APIs",
"main": "index.js",
"scripts": {
"test": "jest",
"prepublishOnly": "npm install && git diff --quiet && git tag v$(cat package.json | grep version | head -n1 | cut -d \\\" -f 4) && git push --tags origin master",
"sync-files-to": "npx onchange --verbose --wait --await-write-finish 'client/**/*' 'server/**/*' 'isomorphic/**/*' -- ./bin-dev-scripts/sync-to.sh "
},
"repository": {
"type": "git",
"url": "git+https://github.com/quintype/api-middleware.git"
},
"keywords": [
"quintype"
],
"author": "Quintype Developers <[email protected]>",
"license": "ISC",
"dependencies": {
"@quintype/backend": "1.20.4",
"@quintype/framework": "^3.9.0",
"superagent": "^5.2.1"
},
"bugs": {
"url": "https://github.com/quintype/api-middleware/issues"
},
"homepage": "https://github.com/quintype/api-middleware#readme",
"devDependencies": {
"loadash": "^1.0.0"
}
}