-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 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
{
"name": "codegem-load-file",
"version": "0.0.7-beta.5",
"main": "build/mod.js",
"license": "MIT",
"registry": "https://github.com/codegem-z/codegem-load-file.git",
"homepage": "https://github.com/codegem-z/codegem-load-file",
"files": [
"build/*"
],
"type": "module",
"scripts": {
"test": "node --loader tsm example/index.ts",
"build": "rimraf build && tsc",
"jest": "yarn build && jest --coverage",
"release": "renew-it"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"all-contributors-cli": "^6.20.0",
"babel-jest": "^27.2.3",
"eslint": "^7.32.0",
"jest": "^27.2.3",
"renew-it": "^1.5.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"tsm": "^2.1.4",
"typescript": "^4.4.3"
},
"dependencies": {
"@redchili/localdb": "^0.0.1-alpha.10",
"crypto-js": "^4.1.1",
"fs-extra": "^10.0.0",
"jtd": "^0.1.1",
"rd": "^2.0.1"
}
}