-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 910 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
34
35
36
37
38
39
40
{
"name": "jaforbes-s",
"version": "0.0.13",
"type": "module",
"exports": {
".": "./dist/index.js",
"./store.js": "./dist/store.js"
},
"scripts": {
"test": "node --loader ts-node/esm test/test.ts",
"build": "rm -fr dist && npx rollup --config rollup.config.ts --configPlugin typescript"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JAForbes/S.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JAForbes/S/issues"
},
"files": [
"dist/**"
],
"homepage": "https://github.com/JAForbes/S#readme",
"description": "",
"dependencies": {
"xet": "^2.3.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^9.0.2",
"@types/tape": "^4.13.2",
"rollup": "^3.2.5",
"tape": "^5.6.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}