@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
55 lines (54 loc) • 1.49 kB
JSON
{
"name": "@litexa/core",
"version": "0.4.0",
"description": "Litexa, a programming language for writing Alexa skills",
"bin": {
"litexa": "src/command-line/main.js"
},
"scripts": {
"audit:fix": "npm audit fix",
"build": "npm run clean && npm install",
"clean": "npx rimraf node_modules",
"coverage": "npx nyc npm test && node ../../cacheCoverage.js",
"rdoc": "npx coffee ./src/documentation/html/render.coffee",
"rdoc:watch": "npx coffee ./src/documentation/html/render.coffee watch",
"release": "npm run build && npm run coverage",
"test": "npx mocha \"./test/**/*.spec.coffee\"",
"test:file": "npx mocha"
},
"author": "Amazon",
"keywords": [
"Alexa",
"Skill",
"CLI",
"Command Line",
"SDK",
"Litexa"
],
"license": "Apache-2.0",
"dependencies": {
"chalk": "2.4.2",
"chokidar": "2.1.0",
"coffeescript": "2.3.2",
"commander": "2.19.0",
"cson-parser": "4.0.1",
"debug": "4.1.1",
"global-modules": "2.0.0",
"inquirer": "6.2.2",
"marked": "0.8.0",
"mkdirp": "0.5.1",
"module-alias": "2.2.0",
"pegjs": "0.10.0",
"pngjs": "3.3.3",
"rimraf": "2.6.3",
"typescript": "3.3.1",
"uuid": "3.3.2"
},
"publishConfig": {
"access": "public"
},
"repository": "github:alexa-games/litexa",
"bugs": "https://github.com/alexa-games/litexa/issues",
"homepage": "https://litexa.com",
"gitHead": "5f203822eb5ecfad5590d02d8d3c8b1a39a44b81"
}