-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "@dogacel/cubejs-plus",
"version": "0.1.3",
"description": "An extensive package inspired by cubejs with added functionality.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"prepare": "npm run build",
"test": "mocha -r ts-node/register src/tests/**/*.ts",
"index": "npm run build && node dist/index.js"
},
"repository": {
"type": "git",
"url": "[email protected]:Dogacel/cubejs-plus.git"
},
"keywords": [
"cube",
"rubiks",
"cubejs",
"solve",
"speedcubing",
"speedcube"
],
"author": "Doğaç Eldenk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dogacel/cubejs-plus/issues"
},
"homepage": "https://github.com/Dogacel/cubejs-plus#readme",
"dependencies": {
"@types/node": "^14.14.27",
"typescript": "^4.1.5"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.0",
"chai": "^4.3.0",
"mocha": "^8.3.0",
"ts-node": "^9.1.1",
"typings": "^2.1.1"
}
}