-
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) · 779 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 779 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": "p5js-vector-standalone",
"version": "1.2.12",
"description": "Typescript standalone port of the wonderful Vector library from p5.js.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xposedbones/p5.js-Vector-standalone.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xposedbones/p5.js-Vector-standalone/issues"
},
"homepage": "https://github.com/xposedbones/p5.js-Vector-standalone#readme",
"dependencies": {
"typescript": "^4.4.2"
},
"prepublish": "tsc"
}