-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"private": true,
"name": "dpmr-arc-core-at",
"version": "0.3.6",
"codename": "bigsnowlake",
"description": "Encapsule Project private AGPLv3-licensed build sources for @encapsule/arccore and @encapsule/arctools distribution packages.",
"main": "index.js",
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/encapsule/dpmr-arc-core-at.git"
},
"author": "Encapsule",
"contributors": [
{
"name": "Chris Russell",
"email": "cdr@encapsule.io"
}
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/encapsule/dpmr-arc-core-at/-/issues"
},
"homepage": "https://encapsule.io/docs/ARCcore",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"chai": "^4.2.0",
"chalk": "^1.1.1",
"coffeelint": "^2.1.0",
"coffeescript": "^2.7.0",
"commander": "^8.1.0",
"handlebars": "^4.7.7",
"mocha": "^6.0.2",
"murmurhash-js": "^1.0.0",
"uuid": "8.3.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}