2021-09-09 05:09:25 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/test",
|
2022-11-01 09:29:49 +00:00
|
|
|
"version": "0.8.0-alpha.7",
|
2021-09-09 05:09:25 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-04-25 01:45:24 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 05:09:25 +00:00
|
|
|
"dependencies": {
|
2022-11-01 09:29:49 +00:00
|
|
|
"@nocobase/server": "0.8.0-alpha.7",
|
2021-09-09 05:09:25 +00:00
|
|
|
"@types/supertest": "^2.0.11",
|
|
|
|
"mockjs": "^1.1.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"mysql2": "^2.3.3",
|
|
|
|
"pg": "^8.7.3",
|
|
|
|
"pg-hstore": "^2.3.4",
|
|
|
|
"sqlite3": "^5.0.8",
|
2021-09-09 05:09:25 +00:00
|
|
|
"supertest": "^6.1.6"
|
|
|
|
},
|
2022-08-12 02:54:10 +00:00
|
|
|
"gitHead": "b17d1ecae5dd0b9d4e7170dcf9663bb225598990"
|
2021-09-09 05:09:25 +00:00
|
|
|
}
|