20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"name": "react-typescript",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"react": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^11.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"typescript": "^1.6.0-beta"
|
|
},
|
|
"scripts": {
|
|
"build": "mkdirp public/js/app && tsc && browserify ./temp/app.js -o public/js/app/bundle.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|