Skip to content

Commit 2f1bce6

Browse files
committed
Add package.json for managing Node scripts
1 parent bbe8453 commit 2f1bce6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"private": true,
3+
"name": "array-api-comparison",
4+
"version": "0.0.0",
5+
"description": "Array API comparison.",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/pydata-apis/array-api-comparison.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/pydata-apis/array-api-comparison/issues"
13+
},
14+
"dependencies": {},
15+
"devDependencies": {
16+
"@stdlib/stdlib": "0.0.90"
17+
},
18+
"keywords": []
19+
}

0 commit comments

Comments
 (0)