36 lines
817 B
JSON
36 lines
817 B
JSON
{
|
|
"name": "oak-common-aspect",
|
|
"version": "2.2.4",
|
|
"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.0.2",
|
|
"oak-external-sdk": "^2.0.3",
|
|
"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"
|
|
}
|
|
}
|