aspnetcore/client-ts/FunctionalTests/package.json

21 lines
650 B
JSON

{
"name": "functionaltests",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"es6-promise": "^4.2.2"
},
"scripts": {
"clean": "node ../node_modules/rimraf/bin.js ./wwwroot/dist",
"build": "npm run build:lint && npm run build:tsc && npm run build:rollup",
"build:lint": "node ../node_modules/tslint/bin/tslint -c ../tslint.json -p ./tsconfig.json",
"build:tsc": "node ../node_modules/typescript/bin/tsc --project ./tsconfig.json",
"build:rollup": "node ../node_modules/rollup/bin/rollup -c"
},
"author": "",
"license": "Apache-2.0"
}