-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "@cubic-bubble/lps",
"version": "0.0.15",
"description": "Local Package Storage (CPM+)",
"main": "./dist/index",
"typings": "./dist/index",
"scripts": {
"compile": "rimraf ./dist && tsc",
"test": "ava test/**/*.js --verbose",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prepack": "yarn compile"
},
"dependencies": {
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"fastify": "^4.13.0",
"fs-extra": "^11.1.0",
"mongodb": "^5.0.1",
"rand-token": "^1.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ava": "^3.15.0",
"eslint": "^8.33.0",
"rimraf": "^4.1.2",
"tsc": "^2.0.4",
"typescript": "^4.9.5"
},
"author": "Fabrice K.E.M",
"homepage": "https://developer.micros.io/CPR#about",
"repository": {
"type": "git",
"url": "git+https://github.com/cubic-bubble/LPS"
},
"license": "GNU",
"bugs": {
"url": "https://github.com/cubic-bubble/LPS/issues"
}
}