mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
498 B
23 lines
498 B
{
|
|
"name": "mocks-schematics",
|
|
"version": "0.0.1",
|
|
"description": "ABP Mock Proxy Generation App",
|
|
"scripts": {
|
|
"start": "nodemon mock-schematic-json.ts"
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"babel-preset-node6": "^11.0.0",
|
|
"express": "^4.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.1.2",
|
|
"esm": "^3.2.25",
|
|
"ts-node": "^8.5.4",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"typescript": "^3.7.4",
|
|
"nodemon": "^2.0.19",
|
|
"@types/express": "^4.17.13"
|
|
}
|
|
}
|