UNPKG

667 BJSONView Raw
1{
2 "name": "1c-std",
3 "version": "0.2.10",
4 "repository": "https://github.com/wizawu/1c/tree/master/std",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "mvnDependencies": [
8 "com.google.javascript:closure-compiler:v20180319",
9 "com.zaxxer:HikariCP:2.7.4",
10 "mysql:mysql-connector-java:6.0.6",
11 "org.springframework:spring-jdbc:5.0.0.RELEASE"
12 ],
13 "dependencies": {
14 "@types/chalk": "^0.4.31",
15 "@types/core-js": "^0.9.46",
16 "@types/uuid": "^3.4.3",
17 "chalk": "^1.1.3",
18 "core-js": "^2.5.4",
19 "uuid": "^3.2.1"
20 },
21 "devDependencies": {
22 "chai": "^4.1.2",
23 "lightest": "^0.1.2",
24 "lorem-ipsum": "^1.0.4"
25 }
26}