forked from projectfluent/fluent.js
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "fluent-javascript",
"private": true,
"workspaces": [
"./fluent-dedent",
"./fluent-bundle",
"./fluent-sequence",
"./fluent-*"
],
"scripts": {
"clean": "git clean -fdxe node_modules fluent-*/{coverage,dist,esm,index.js} html",
"lint": "eslint --max-warnings 0 'fluent-*/{src,test}/**/*.{js,ts}'",
"test:common": "c8 mocha 'fluent-*/test/*_test.js'",
"test": "npm run test:common && npm test -w fluent-dom && npm test -w fluent-react"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"c8": "^7.7.3",
"colors": "^1.3.3",
"commander": "^2.20",
"eslint": "^7.31.0",
"eslint-plugin-mocha": "^9.0.0",
"esm": "^3.2.22",
"fuzzer": "^0.2.1",
"gh-pages": "^2.0.1",
"intl-pluralrules": "^1.0.0",
"mocha": "^9.0.2",
"prettyjson": "^1.2.1",
"rollup": "^1.9.3",
"typedoc": "^0.20.34",
"typescript": "^4.2.3"
}
}