-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 992 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 992 Bytes
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
{
"name": "@cubic-bubble/path",
"version": "0.0.3",
"description": "Local and cloud filesystem direction path hander (Cubic+)",
"main": "./dist/index",
"typings": "./dist/index",
"scripts": {
"compile": "rimraf ./dist && tsc",
"test": "ava test/**/*.js --verbose",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prepack": "yarn compile"
},
"dependencies": {},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"rimraf": "^4.1.2",
"tsc": "^2.0.4",
"typescript": "^4.9.5"
},
"author": "Fabrice K.E.M",
"homepage": "https://developer.micros.io/CPM#about",
"repository": {
"type": "git",
"url": "git+https://github.com/cubic-bubble/path-inter"
},
"license": "GNU",
"bugs": {
"url": "https://github.com/cubic-bubble/path-inter/issues"
}
}