sails-js-parser
Version:
Sails-IDL parser for TypeScript
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "sails-js-parser",
"version": "0.5.0",
"description": "Sails-IDL parser for TypeScript",
"main": "lib/cjs/index.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": {
"require": "./lib/cjs/index.cjs",
"import": "./lib/index.js",
"types": "./index.d.ts"
}
},
"files": [
"lib"
],
"license": "GPL-3.0",
"author": "Gear Technologies",
"bugs": {
"url": "https://github.com/gear-tech/sails/issues"
},
"homepage": "https://github.com/gear-tech/sails/tree/master/js#readme",
"repository": {
"type": "git",
"url": "git+https://githib.com/gear-tech/sails.git",
"directory": "js/parser"
},
"keywords": [
"gear",
"sails",
"parser"
],
"scripts": {
"build": "rollup --config rollup.config.js",
"clean": "rm -rf lib",
"pack-build": "yarn pack --out ../sails-js-parser.tgz"
},
"optionalDependencies": {
"sails-js-types": "0.5.0"
},
"peerDependencies": {
"sails-js-types": "0.5.0"
},
"gitHead": "30ae2c0f3efbaf8b0378dcc06d5b99c0746f0c72"
}