1
0
Fork 0
freesewing/packages/brian/package.json

29 lines
783 B
JSON
Raw Normal View History

2018-07-10 12:21:17 +00:00
{
"name": "@freesewing/brian",
"version": "0.0.1",
"description": "A basic body block for menswear",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build-watch": "tsc -w",
"run": "nodemon node dist/index.js",
"run-watch": "nodemon node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joostdecock/brian.git"
},
"author": "Joost De Cock <joost@decock.org> (https://twitter.com/j__st)",
"license": "MIT",
"bugs": {
"url": "https://github.com/joostdecock/brian/issues"
},
"homepage": "https://github.com/joostdecock/brian#readme",
"dependencies": {},
"devDependencies": {
"typescript": "^2.9.2",
"@types/node": "^10.5.2"
}
}