-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 937 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
{
"name": "nnode",
"version": "0.4.0-beta4",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/ikatun/nnode"
},
"bin": {
"nnode": "./cli.js"
},
"main": "./index.js",
"scripts": {
"test": "nnode --transpile && (cd tests/deco && node ../../cli.js --transpile) && cat tests/deco/build/deco1.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "7.2.2",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-syntax-decorators": "^7.2.0",
"@babel/plugin-syntax-typescript": "^7.3.3",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.3.1",
"@babel/preset-flow": "7.0.0",
"@babel/register": "7.0.0",
"glob": "*",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/node": "^11.11.0"
}
}