-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 860 Bytes
/
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
{
"name": "@sepiariver/binliner-js",
"version": "1.0.4",
"description": "Binary sequence validator for JavaScript",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sepiariver/binliner-js.git"
},
"keywords": [
"binary",
"sequence",
"tree",
"heap",
"validator",
"conditional logic"
],
"author": "sepiariver",
"license": "MIT",
"bugs": {
"url": "https://github.com/sepiariver/binliner-js/issues"
},
"homepage": "https://github.com/sepiariver/binliner-js#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-jest": "^27.5.1",
"fast-deep-equal": "^3.1.3",
"jest": "^27.5.1"
}
}