-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 628 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "qcobjects-neumorphism",
"version": "1.0.53",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"sync": "git add . && git commit -am ",
"test": "(npx eslint *.js js/*.js js/packages/*.js --fix) && jasmine",
"preversion": "npm cache verify && npm test",
"postversion": "git push && git push --tags",
"start": "node app.js"
},
"description": "Awesome PWA application that will help you achieve your dreams.",
"main": "js/init.js",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"eslint": "^6.8.0",
"jasmine": "^3.5.0",
"qcobjects": "latest"
}
}