@forestadmin/datasource-toolkit
Version:
36 lines (35 loc) • 779 B
JSON
{
"name": "@forestadmin/datasource-toolkit",
"version": "1.50.0",
"main": "dist/src/index.js",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForestAdmin/agent-nodejs.git",
"directory": "packages/datasource-toolkit"
},
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf coverage dist",
"lint": "eslint src test",
"test": "jest"
},
"devDependencies": {
"@types/luxon": "^3.2.0",
"@types/object-hash": "^3.0.2",
"@types/uuid": "^10.0.0"
},
"dependencies": {
"luxon": "^3.2.1",
"object-hash": "^3.0.0",
"uuid": "11.0.2"
}
}