18 lines
612 B
JSON
18 lines
612 B
JSON
{
|
|
"name": "bittmapp",
|
|
"version": "0.0.1",
|
|
"description": "BittMapp - A monochrome bitmap editor",
|
|
"scripts": {
|
|
"build": "rm -rf static/js/*.js && tslint -c tslint.json \"src/**/*.ts\" && tsc && cat static/js/linkednode.js static/js/linkedlist.js static/js/actionnode.js static/js/actionlist.js static/js/bmptools.js static/js/editor.js static/js/serialisers.js static/js/main.js > static/js/dist.js"
|
|
},
|
|
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"tslint": "^5.9.1",
|
|
"typescript": "^2.6.2"
|
|
}
|
|
}
|