inklecate
Version:
A tiny wrapper around the desktop executables for ink's command-line Ink language compiler.
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "inklecate",
"version": "1.8.1",
"description": "A tiny wrapper around the desktop executables for ink's command-line Ink language compiler.",
"main": "index.js",
"module": "index.js",
"bin": "./cli.js",
"scripts": {
"test": "jest",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/furkleindustries/inklecate-node.git"
},
"keywords": [
"ink",
"inklecate",
"inky",
"hypertext",
"if"
],
"author": "furkle",
"license": "MIT",
"bugs": {
"url": "https://github.com/furkleindustries/inklecate-node/issues"
},
"homepage": "https://github.com/furkleindustries/inklecate-node#readme",
"dependencies": {
"commander": "^2.20.3",
"fs-extra": "^8.1.0",
"ts-assertions": "^2.0.5",
"uuid": "^8.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^12.12.47",
"jest": "^26.1.0",
"jest-cli": "^26.1.0"
}
}