You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "devapi",
|
|
"version": "2022.12.16+01",
|
|
"description": "",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "npm run build",
|
|
"go-publish": "npm publish --access public",
|
|
"dev": "rm -fr ./dist && tsc -p tsconfig.dev.json",
|
|
"build": "/root/.nvm/versions/node/v17.9.1/bin/tsc -p ./tsconfig.prod.json",
|
|
"example": "npm run dev && node ./example/index.js",
|
|
"test": "ts-mocha -p ./tsconfig.test.json ./test/*"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://192.168.3.197/tt/ts_api.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "4.1.7",
|
|
"@types/mocha": "5.2.5",
|
|
"chai": "4.2.0",
|
|
"gulp-typedoc": "3.0.1",
|
|
"mocha": "5.2.0",
|
|
"ts-mocha": "2.0.0",
|
|
"tslint": "5.11.0",
|
|
"tslint-config-airbnb": "5.11.1",
|
|
"typescript": "3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"tsc": "2.0.4",
|
|
"xmlhttprequest": "1.8.0"
|
|
}
|
|
} |