forked from reshape/eval-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 970 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": "reshape-eval-code",
"description": "Evaluate all code nodes and transform to text nodes",
"version": "0.3.4",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/reshape/eval-code/issues",
"dependencies": {
"reshape-code-gen": "^1.0.0",
"reshape-parser": "^0.2.1",
"reshape-plugin-util": "^0.2.1"
},
"devDependencies": {
"ava": "^0.22.0",
"codecov": "^2.3.0",
"nyc": "^11.1.0",
"reshape": "^0.4.1",
"reshape-expressions": "^0.1.5",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/reshape/eval-code",
"license": "MIT",
"main": "lib",
"repository": "reshape/eval-code",
"scripts": {
"codecov": "nyc report -r lcovonly && codecov",
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"lint": "standard | snazzy",
"test": "nyc ava"
}
}