-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 742 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
{
"name": "@ankon/rtiaw",
"version": "0.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo 'No tests' >&2",
"render": "npm run build && node build/index.js > test.ppm",
"build": "tsc -p tsconfig.json",
"build:watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankon/rtiaw.git"
},
"author": "Andreas Kohn <andreas.kohn@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ankon/rtiaw/issues"
},
"homepage": "https://github.com/ankon/rtiaw#readme",
"devDependencies": {
"@types/node": "^14.18.0",
"prettier": "^2.5.1",
"tsconfig-collaborne": "^1.5.0",
"typescript": "^4.5.2"
}
}