-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
53 lines (53 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nucleoidai",
"version": "0.7.10",
"description": "Nucleoid",
"homepage": "https://nucleoid.ai",
"author": "Can Mingir",
"license": "Apache-2.0",
"keywords": [
"low-code",
"ai",
"datastore"
],
"bin": {
"nucleoidai": "bin.js",
"nucleoid": "bin.js",
"nuc": "bin.js"
},
"scripts": {
"start": "node bin.js start",
"test": "mocha 'src/**/*.spec.js'",
"lint": "eslint . --ext .js"
},
"repository": {
"type": "git",
"url": "https://github.com/NucleoidAI/Nucleoid.git"
},
"dependencies": {
"@nucleoidjs/datastore": "^1.1.9",
"acorn": "^8.10.0",
"acorn-walk": "^8.3.0",
"axios": "^1.2.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.1.3",
"escodegen": "^2.1.0",
"express": "^4.17.1",
"express-openapi": "^9.3.0",
"joi": "^17.12.3",
"lodash": "^4.17.21",
"moment": "2.29.4",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2",
"yargs": "^17.0.1"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.2.0",
"prettier": "^2.6.2",
"supertest": "^6.2.3"
}
}