-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 824 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 824 Bytes
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
{
"name": "@bitmatrix/models",
"version": "0.1.49",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.23",
"babel-loader": "^8.0.6",
"jest": "^26.6.3",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bit-matrix/bitmatrix-models.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bit-matrix/bitmatrix-models/issues"
},
"homepage": "https://github.com/bit-matrix/bitmatrix-models#readme",
"dependencies": {
"@script-wiz/wiz-data": "^1.0.3"
}
}