-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
{
"name": "@tkss/rodash",
"version": "0.0.35",
"description": "A lodash inspired utility for Roku development",
"main": "index.js",
"keywords": [
"ropm",
"roku"
],
"repository": {
"type": "git",
"url": "https://github.com/TKSS-Software/rodash.git"
},
"scripts": {
"preversion": "npm run build",
"build": "npm run compile && ts-node ./scripts/createDist.ts",
"compile": "npx bsc",
"docs": "npm run build && jsdoc -c jsdoc.json -d docs -t ./node_modules/better-docs",
"build-test-project": "cd test-project && npx bsc"
},
"author": "TKSS Software",
"license": "MIT",
"files": [
"dist/**/*"
],
"ropm": {
"packageRootDir": "dist"
},
"devDependencies": {
"@jsdoc/salty": "^0.2.8",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.7.16",
"better-docs": "^2.7.3",
"bsc-plugin-inline-annotation": "https://github.com/rokucommunity/bsc-plugin-inline-annotation/releases/download/v0.0.0-packages/bsc-plugin-inline-annotation-1.0.0-plugin-logic.20241003135359.tgz",
"braintree-jsdoc-template": "^3.3.0",
"brighterscript": "^0.67.7",
"brighterscript-jsdocs-plugin": "^0.7.3",
"concat": "^1.0.3",
"copyfiles": "^2.4.1",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"merge-files": "^0.1.2",
"replace-in-files": "^3.0.0",
"rooibos-cli": "^1.4.0",
"rooibos-roku": "^5.12.0",
"ropm": "^0.10.25",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}