-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "yardfjs",
"description": "Yet another rdfjs implementation",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna run clean",
"build": "lerna run build",
"build-data-factory": "",
"pub": "lerna publish",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@nighttrax/eslint-config-tsx": "^6.3.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"cross-env": "^7.0.3",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.2.0",
"jest": "^28.1.0",
"lerna": "^4.0.0",
"prettier": "^2.2.1",
"read-pkg-up": "^9.1.0",
"rollup": "^2.73.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "^28.0.2",
"typescript": "^4.3.2"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
}
}