32 lines
701 B
JSON
32 lines
701 B
JSON
{
|
|
"name": "collexion",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "./core/Collexion.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "tsc --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/marcus13345/AquaTin.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/marcus13345/AquaTin/issues"
|
|
},
|
|
"bin": {
|
|
"clx": "core/aqua.js"
|
|
},
|
|
"homepage": "https://github.com/marcus13345/AquaTin#readme",
|
|
"dependencies": {
|
|
"aquatin": "file:.",
|
|
"rimraf": "^2.6.3",
|
|
"signale": "^1.4.0",
|
|
"typescript": "^3.5.3",
|
|
"uuid": "^3.3.2",
|
|
"yargs": "^13.2.4"
|
|
}
|
|
}
|