-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 886 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
38
39
40
{
"name": "quark",
"version": "0.0.1",
"description": "quark isa",
"main": "lib/index.js",
"scripts": {
"test": "eslint lib/*.js && mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drom/quark.git"
},
"keywords": [
"isa"
],
"author": "Aliaksei Chapyzhenka",
"license": "MIT",
"bugs": {
"url": "https://github.com/drom/quark/issues"
},
"homepage": "https://github.com/drom/quark#readme",
"eslintConfig": {
"extends": "@drom/eslint-config/eslint8/node12",
"rules": {
"indent": [1, 4]
}
},
"devDependencies": {
"@drom/eslint-config": "^0.12.0",
"chai": "^4.3",
"eslint": "^8.50",
"fs-extra": "^11",
"istanbul": "^0.4.1",
"lodash.range": "^3.1.5",
"lodash.rangeright": "^4.0.5",
"lodash.template": "^4.2.4",
"mocha": "^10.2",
"yargs": "^17.7"
}
}