mascot-app
Version:
Master ActionScript COnfigurator Tool. MASCOT automatically resolves ActionScript project dependencies and generates `asconfig.json` files for easy compilation with `asconfigc`.
40 lines (39 loc) • 971 B
JSON
{
"name": "mascot-app",
"version": "1.0.5",
"description": "Master ActionScript COnfigurator Tool. MASCOT automatically resolves ActionScript project dependencies and generates `asconfig.json` files for easy compilation with `asconfigc`.",
"main": "index.js",
"bin": {
"mascot-app": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciacob/MASCOT.git"
},
"keywords": [
"actionscript",
"flash",
"flex",
"build",
"dependencies",
"asconfig.json",
"asconfigc",
"visual",
"studio",
"code"
],
"author": "Claudius Iacob <claudius.iacob@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ciacob/MASCOT/issues"
},
"homepage": "https://github.com/ciacob/MASCOT#readme",
"dependencies": {
"axios": "^1.7.9",
"cli-primer": "^1.0.16",
"shelljs": "^0.8.5"
}
}