forked from jbolda/covector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 836 Bytes
/
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
{
"name": "@covector/apply",
"version": "0.6.1",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)",
"repository": {
"type": "git",
"url": "https://github.com/jbolda/covector.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"clean": "rimraf dist tsconfig.tsbuildinfo node_modules",
"prepublishOnly": "tsc -b"
},
"dependencies": {
"@covector/files": "0.5.1",
"effection": "^2.0.6",
"lodash": "^4.17.21",
"semver": "^7.3.7"
},
"devDependencies": {
"@covector/types": "^0.0.0",
"@types/lodash": "^4.14.181",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
},
"volta": {
"extends": "../../package.json"
}
}