forked from ukuq/onepoint
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.27 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
{
"author": "ukuq",
"bugs": {
"url": "https://github.com/ukuq/onepoint/issues"
},
"dependencies": {},
"description": "a tiny file index and manage program",
"devDependencies": {
"@vercel/ncc": "^0.28.6",
"art-template": "^4.13.2",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"html-minifier-terser": "^5.1.1",
"prettier": "^2.2.1"
},
"files": [
"lib"
],
"homepage": "https://github.com/ukuq/onepoint#readme",
"keywords": [
"onepoint",
"onedrive",
"google-drive",
"scf",
"serverless"
],
"license": "MIT",
"main": "lib/app.js",
"name": "onepoint",
"prettier": {
"printWidth": 233,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukuq/onepoint.git"
},
"scripts": {
"__local_start": "node lib/starters/local-test.js",
"__pre_commit": "node tmp/pre-commit.js",
"build:ncc": "node ncc/build.js",
"format": "eslint \"**/*.js\" --fix && prettier \"**/*.{js,json}\" --write",
"format:check": "eslint \"**/*.js\" && prettier \"**/*.{js,json}\" --check",
"start": "node lib/starters/node-http.js"
},
"version": "2.0.1",
"version2": "210620"
}