{ "name": "@nocobase/test", "version": "0.6.2-alpha.12", "main": "lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", "scripts": { "build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm", "build:cjs": "tsc --project tsconfig.build.json", "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm" }, "dependencies": { "@nocobase/server": "0.6.2-alpha.12", "@types/supertest": "^2.0.11", "mockjs": "^1.1.0", "mysql2": "^2.1.0", "pg": "^8.3.3", "pg-hstore": "^2.3.3", "supertest": "^6.1.6" }, "gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4" }