@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "@litexa/core",
"version": "0.8.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": "4.1.2",
"chokidar": "^3.0.0",
"coffeescript": "^2.5.0",
"commander": "2.19.0",
"debug": "4.1.1",
"global-dirs": "2.0.1",
"inquirer": "6.2.2",
"marked": "^4.0.0",
"mkdirp": "1.0.3",
"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": "1433954be45b5d6dabe3a3282775c30830858395"
}