-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 990 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
{
"name": "complate-stream",
"version": "0.16.10",
"description": "complate's core library for server-side rendering via JSX",
"author": "FND",
"license": "Apache-2.0",
"homepage": "https://github.com/complate/complate-stream",
"repository": {
"type": "git",
"url": "https://github.com/complate/complate-stream.git"
},
"bugs": {
"url": "https://github.com/complate/complate-stream/issues"
},
"scripts": {
"test": "npm-run-all --parallel lint test:node test:nashorn",
"test:node": "mocha -r esm test/test_*.js",
"test:nashorn": "faucet -c ./test/nashorn/faucet.config.js --compact && jjs ./test/nashorn/dist/bundle.js",
"lint": "eslint --cache src ./test/*.js ./test/nashorn/*.js && echo ✓"
},
"main": "src/index.js",
"types": "src/index.d.ts",
"dependencies": {},
"devDependencies": {
"eslint-config-fnd": "^1.12.0",
"esm": "^3.2.25",
"faucet-pipeline-jsx": "~2.1.7",
"mocha": "^8.4.0",
"npm-run-all": "^4.1.5",
"release-util-fnd": "^2.0.1"
}
}