-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.3 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
{
"name": "@flancer32/pwa_leana",
"version": "0.0.1",
"private": true,
"description": "Pet project to add appointment service for hairdressing salon SIA 'Leana'.",
"homepage": "http://leanafrizetava.lv/",
"bugs": {
"url": "https://github.com/flancer32/pwa_leana/issues",
"email": "[email protected]"
},
"license": "GPL-3.0",
"author": {
"name": "Alex Gusev",
"email": "[email protected]",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer32/pwa_leana",
"scripts": {
"rebuild": "rm -fr node_modules package-lock.json && npm install",
"start": "node --experimental-modules ./bin/tequila.mjs start",
"stop": "node --experimental-modules ./bin/tequila.mjs stop",
"db-upgrade": "node --experimental-modules ./bin/tequila.mjs db-schema-upgrade",
"test": "./node_modules/mocha/bin/mocha --require esm --recursive './test/**/*.test.js'"
},
"dependencies": {
"@flancer32/pwa_leana_app": "github:flancer32/pwa_leana_app"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"eslint": "^7.13.0",
"esm": "^3.2.25",
"jsdoc": "^3.6.6",
"mocha": "^8.2.1"
}
}