20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"name": "text-to-cics",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "node ../Perlito/perlito5.js -I../Perlito/src5/lib -Cjs $PWD/src/text_to_cics.pl > $PWD/dist/text_to_cics.js",
|
|
"watch:compile": "watch 'npm run compile' src",
|
|
"server": "http-server .",
|
|
"dev": "npm-run-all --parallel watch:compile server"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"http-server": "^0.12.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|