oak-common-aspect/package.json

36 lines
817 B
JSON

{
"name": "oak-common-aspect",
"version": "2.3.0",
"description": "",
"author": {
"name": "XuChang"
},
"files": [
"lib/**/*",
"es/**/*"
],
"main": "lib/index",
"module": "es/index",
"types": "es/index.d.ts",
"typings": "es/index.d.ts",
"scripts": {
"test": "test",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json"
},
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21",
"oak-domain": "^4.3.0",
"oak-external-sdk": "^2.2.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "^20.6.0",
"assert": "^2.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^5.2.2"
}
}