syndicate-js/packages/syntax/package.json

27 lines
709 B
JSON
Raw Normal View History

{
"name": "@syndicate-lang/syntax",
"version": "0.0.14",
2018-11-02 10:59:09 +00:00
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax",
"license": "GPL-3.0+",
2018-11-01 15:48:41 +00:00
"publishConfig": {
"access": "public"
},
2018-11-02 17:05:29 +00:00
"repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
2018-11-01 15:48:41 +00:00
"scripts": {
2018-11-06 23:13:51 +00:00
"prepare": "which redo >/dev/null && redo || ../../do"
2018-11-01 15:48:41 +00:00
},
"devDependencies": {
"@babel/preset-env": "^7.1.0"
},
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
2018-11-01 17:16:12 +00:00
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/polyfill": "^7.0.0"
},
"bin": {
"syndicate-babel": "./bin/syndicate-babel.js"
}
}