Files
australis-theme-generator/package.json
Daniel Imms 5be721e29d Clean up
2016-10-25 12:49:59 -07:00

20 lines
411 B
JSON

{
"name": "theme-generator",
"version": "0.0.1",
"description": "Generates editor/terminal themes using a set of colors",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"author": "Tyriar",
"license": "MIT",
"typescript": {
"definition": "index.d.ts"
},
"devDependencies": {
"@types/node": "^6.0.41",
"typescript": "^2.0.3"
}
}